From: Stefan Monnier Date: Tue, 9 Jul 2002 23:00:17 +0000 (+0000) Subject: (HASH_VALUE): Remove (it's in lisp.h now). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31778 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3de159dc9998979b72dd7df797c34746f77ff846;p=emacs.git (HASH_VALUE): Remove (it's in lisp.h now). --- diff --git a/src/ccl.c b/src/ccl.c index 839aedfcde2..18fcad40328 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -71,8 +71,6 @@ Lisp_Object Vtranslation_hash_table_vector; /* Return a hash table of id number ID. */ #define GET_HASH_TABLE(id) \ (XHASH_TABLE (XCDR(XVECTOR(Vtranslation_hash_table_vector)->contents[(id)]))) -/* Copied from fns.c. */ -#define HASH_VALUE(H, IDX) AREF ((H)->key_and_value, 2 * (IDX) + 1) /* CCL (Code Conversion Language) is a simple language which has operations on one input buffer, one output buffer, and 7 registers.